Welcome![Sign In][Sign Up]
Location:
Search - TCP connect

Search list

[CommunicationNetTime

Description: 用于扫描你的电脑上所有的TCP端口的状态。利用这个功能,你可以轻松、快速的查出你的电脑上所使用的TCP端口,进而判断你的电脑是否中了木马。扫描出来的端口状态有两种:拒绝连接、接受连接。对于处于拒绝连接状态的端口,很可能是你的电脑为了与外部主机连接而使用的,通常情况下不会对你的网络安全构成威胁。而处于接受连接状态的端口,可能会对你的网络安全构成威胁,甚至很有可能是木马程序在运行!假若你想通过本端口扫描来判断你的电脑是否中了木马,在扫描时请不要运行其它网络程序,如果扫描结果还是有处于接受连接状态的端口,那请小心警惕!最好找个电脑高手来帮忙! 注意:对于137,138,139这三个TCP端口,即使这里的扫描没有给出扫描结果,也并不代表这三个端口不接受连接,通常情况下,Windows系统会开放这三个端口。你可以用“聊天客户”来测试这三个端口是否开放,具体用法如下:翻到“聊天客户”页,选择“主机列表”里的“本地主机”,将端口改为137(或138或139),单击“连接”,若出现提示“建立连接”,则端口137(或138或139)是开放的。-used to scan your computer on all the TCP port state. Using this feature, you can easily and quickly identify your computer by the use of TCP port, then your judgment on whether a computer Trojan horse. Scanning the state has two ports : connecting refused to accept connections. For refused to connect at the state port, it is very likely your computer to connect with the mainframe and external use, under normal circumstances you will not pose a threat to network security.!accept the connection status of ports, care alert! finding the best computer experts to help! Note : This three TCP 137, 138 and 139 ports, even if the scanning here is not the results of the scan, it does not mean that this does not accept three port connectivity
Platform: | Size: 369674 | Author: 李利 | Hits:

[WinSock-NDISSockTCP

Description: 该程序使用了Socket接口建立通住双方的TCP连接,从而完成通信.服务器方可以与多个客户端建立连接,并且可以选择要向哪个已建立起连接的客户端发送消息.-the procedures used to establish Socket Interface-living both TCP connections, thus completing communications. Server side with the establishment of a number of client connections and can be chosen which has been established to connect the client send messages.
Platform: | Size: 74074 | Author: 田雨 | Hits:

[Windows Developnetcode33

Description: 端口扫描 扫描器的一个主要功能就是发现一个主机或网络并检查有什么服务正运行在这台主机上,更进一步还能测试这些服务,发现系统漏洞。要实现这些功能,只需要采用罪简单TCP  connect()扫描。操作系统提供的connect()系统调用,用来与每一个目标计算机端口进行连接。如果端口处于侦听状态,那么connect()就能够成功;否则这个端口不能使用,即没有提供服务。这个技术的最大有点是:无需任何权限。系统中的任何用户都有权利使用这个调用。另一个好处是速度,如果对每个目标端口以线性的方式,使用单独的connect()调用,那将会花费相当长的时间。我们可以同时打开多个socket,从而加速扫描。使用非阻塞I/O允许设置一个较低的时间用尽周期,同时观察多个socket。但这种方法的缺点是很容易被发觉,并且被过滤掉。目标计算机的logs文件会显示一连串的连接和连接是出错的服务消息,并且能很快的使它关闭-port scanner scans one of the main functions is found a host or network and check what services are running in this host, but also further test these services, discovered vulnerabilities. To achieve these functions, the offense only needed a simple TCP
Platform: | Size: 16903 | Author: | Hits:

[Scanner3.4-PortScan_TCP

Description: 分别采用了TCP connect扫描和TCP SYN两种扫描方式。而且对于TCP connect扫描方式又分别通过CSocket类和Socket2编写了程序代码。从实际的测试效果来看,CSocket类和Socket2两种实现方式由于只是采用的编程类库不一样,而编程原理一样,所以效果也基本一样。而TCP SYN扫描则由于采用了非常规的扫描方式,特别是近几年防火墙的快速发展,几乎所有的防火墙都对这种方式进行防范,因此,扫描效果要视具体情况而定。同时,TCP SYN扫描方式必须运行于管理员组成员的模式下。- We were used to scan and TCP SYN TCP connect two scanning methods. And for TCP connect scanning and Socket2 they were written by the CSocket class code. From a practical point of view the test results, CSocket class and Socket2 two ways since only use programming libraries are not the same, but the same principle programming, so the effect is basically the same. The TCP SYN scan is a result of the scanning unconventional way, especially in recent years, rapid development of firewall, almost all of the firewalls to prevent this manner, therefore, scan results depending on the specific circumstances. At the same time, TCP SYN scanning mode must run under the Administrators group members.
Platform: | Size: 6075392 | Author: 张彬彬 | Hits:

[Internet-Network2-1c

Description: 客户端要求: 指定客户端的 IP 地址和端口号 与服务端建立 TCP 连接 请求读取文本文件 A(全部小写字母,多行) ,并将 A 文件发送给服务器端 显示本地和异地协议地址信息-TCP connect
Platform: | Size: 1024 | Author: 苏某某 | Hits:

[Internet-Networkqt-5.4-tcp-file-mysql

Description: Qt 5.4 implementation TCP chat file transfer of landing interface didn t join in, can connect mysql login authentication interface
Platform: | Size: 1344512 | Author: 徐月 | Hits:

[Education soft systembongshin

Description: bongshin bs7220 tcp connect
Platform: | Size: 399360 | Author: poppinhj | Hits:

[TCP/IP stackTCP-time-ser-to-cli

Description: TCP套接字编程 --时间服务器例程 服务器端程序等待客户端连接请求 当有客户端请求时,显示客户端IP地址和端口地址 给客户端返回服务器端当前时间 客户端向服务器端询问当前时间 连接到时间服务器 显示从服务器返回的时间信息-TCP Time Server Instance: The server-side program waits for a client connection request When a client requests, display the client IP address and port address Returns the server-side current time to the client The client asks the server for the current time Connect to the time server Displays the time information returned the server
Platform: | Size: 67584 | Author: 鹏哥 | Hits:

[Internet-NetworkTCP

Description: qt实现的网络编程,主要功能是客户端和服务器的连接,并进行交流-qt achieve network programming, the main function is to connect the client and server, and communicate
Platform: | Size: 7168 | Author: 梁园 | Hits:

[JSP/Javaserver-and-connect-it-to-the-customer-interface.r

Description: Setting this work: a master server, and implement the interface connection to it customers. Communication protocol - either streaming protocol based on TCP / IP (note - HTTP is not a streaming protocol). The server and client can be implemented in any programming language. The server must submit an application (for example a console) that implements the following functionality: 1. When a client connects to send him to an arbitrary number and display that number on the console 2. Upon receipt of a response the client to display the client s response to the console. 3. When a client disconnects display a message about this to the console. 4. Periodically (every x seconds) to send an arbitrary number of active clients The client must implement the following: 1. Upon receipt of the server to bring it to the console, wait for 5 seconds and answer the same number increased by 1. So a dialogue between the client and the server will look as follows:-Setting this work: a master server, and implement the interface connection to it customers. Communication protocol - either streaming protocol based on TCP / IP (note - HTTP is not a streaming protocol). The server and client can be implemented in any programming language. The server must submit an application (for example a console) that implements the following functionality: 1. When a client connects to send him to an arbitrary number and display that number on the console 2. Upon receipt of a response the client to display the client s response to the console. 3. When a client disconnects display a message about this to the console. 4. Periodically (every x seconds) to send an arbitrary number of active clients The client must implement the following: 1. Upon receipt of the server to bring it to the console, wait for 5 seconds and answer the same number increased by 1. So a dialogue between the client and the server will look as follows:
Platform: | Size: 44032 | Author: Vita | Hits:

[Internet-NetworkTCP-SOCKET

Description: 基于Windows Scoket网络编程的TCP通信支持多个客户端连接服务器 注详细代码函数功能说明-TCP communication based on Windows Socket network programming Supports multiple clients to connect to servers Note Detailed code Functions Function Description
Platform: | Size: 3731456 | Author: lls | Hits:

[ARM-PowerPC-ColdFire-MIPSTCP-Client

Description: TCP Client功能,让你的设备通过以太网和上位机实现实时通信。-TCP Client,connect your equipment with PC by Ethernet
Platform: | Size: 15538176 | Author: zhang | Hits:

[Internet-Networktcpudptest

Description: tcp\udp 网络压力测试,能同时连接上千个线程,是较好的压力测试工具(Tcp\udp network stress test, which can connect thousands of threads at the same time, is a better stress test tool)
Platform: | Size: 124928 | Author: 张长宜 | Hits:

[CSharpTCPSever多客户端连接

Description: tcpsever服务器端使用,可以连接多个客户端(Tcpsever server side, you can connect to multiple clients)
Platform: | Size: 29696 | Author: 飞飞飞t | Hits:

[Embeded-SCM Develop向电脑网络助手上传数据server-ok

Description: 实现stm32控制esp8266设置tcp server的热点模式,可以连接通信(STM32 control, esp8266 set TCP server hot mode, you can connect Communications)
Platform: | Size: 3851264 | Author: 利剑 | Hits:

[Embeded-SCM Develop向电脑网络助手上传数据client-ok

Description: 实现stm32控制esp8266设置tcp client的模式,可以连接通信(STM32 control, esp8266 set TCP client mode, you can connect Communications)
Platform: | Size: 3843072 | Author: 利剑 | Hits:

[Linux-Unixlinux进程之间的通讯综合实例

Description: A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C使用共享内存来交互 步骤是:shmget->shmat->直接读写--->shmdt shmctl(删除) 可以man C与D之间使用消息传递进行 msgget-->msgrcv->msgsnd (注意这里的返回值判断发送正确与否 不是发送的字节数) D使用fork() 创建了一个进程 E D跟E之间使用无名管道进行交互 E程序中可以使用有名管道 进行通讯。(A<========>B<=========>C<=====>D<======>E Between the A and the B processes, the process of master socket is passed through the socket of the TCP: A server side: Socket -->bind---->listen---->accept send read B client: Socket-->connect->read send Do not understand the ability to man man socket B and C interact with shared memory The step is: shmget->shmat-> read and write --->shmdt shmctl directly (delete) Can man Message passing between C and D Msgget-->msgrcv->msgsnd (note that the return value here determines whether to send correctly or not the number of bytes sent) D uses fork () to create a process E Interaction between D and E using anonymous pipes E programs can communicate with famous pipes.)
Platform: | Size: 4096 | Author: 数据包 | Hits:

[Internet-NetworkTCP_socket_select

Description: 此资源是一个基于TCP以及IO多路复用技术select()的一个简易且可靠的多人聊天室。可运行在windows平台,开发软件为VS2013,具体功能实现为多个client可以连接到一个server,具有较强的抗并发能力,并且可以互相发送文本信息,有掉线、发送、接收等完善的提示功能。代码注释较为完善且是英文。(This resource is a simple and reliable multi - person chat room based on TCP and the IO multiplexing technology select (). It can run on the windows platform,develop software for VS2013, realize specific functions to multiple client can connect to a server, has strong anti concurrent ability, and can send text messages to each other, with perfect reminder function such as dropping, sending and receiving. The code notes are more perfect and English.)
Platform: | Size: 1466368 | Author: weifeng727 | Hits:

[TCP/IP stackABB_InSight_Interface.V103

Description: ABB 连接 Cognex Insight 说明。 全英文,法文/图片 pdf+实例(ABB connect to Cognex Insight setting handbook. pdf+examples)
Platform: | Size: 4468736 | Author: cc081818 | Hits:

[Com Porttcp

Description: TCP基本应用,拥有客户端,服务器端,可以进行网络连接(TCP basic applications, with client, server side, can connect to the network)
Platform: | Size: 1136640 | Author: 发梢友 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »

CodeBus www.codebus.net